Puz2Java version 1.2.1
by Alex Boisvert

This program will convert an Across Lite binary ("PUZ") file into a java file.  
Simply drag and drop your PUZ file onto "Puz2Java Droplet" and a java file will be created.  

To use the java file in your web page you will first need to compile it.  
If you have javac installed on your system, your java file will compile 
automatically compile (and create a "class" file); otherwise there is one 
available online at
	http://www.innovation.ch/java/java_compile.htm
This will give you a .class file that you can upload to your web server.  
The java file you initially created contains instructions on the code to use 
in an HTML document in order to display your crossword.

If there are any questions, please e-mail me.

Alex Boisvert
boisvert42@gmail.com

---
Version tracker:
1.2.1: Fixed a small bug for the handling of cryptic crosswords.